home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000154_jaltman@columbia.edu_Fri Jun 13 09:26:51 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  74 lines

  1. Article: 14382 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: jaltman@columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: HTTP Proxy in ckermit
  6. Date: 13 Jun 2003 03:04:16 -0400
  7. Organization: Columbia University
  8. Lines: 57
  9. Message-ID: <bcbt1g$2ph$1@watsol.cc.columbia.edu>
  10. References: <f270e7b1.0306121124.4e268ecd@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1055487857 19182 128.59.39.139 (13 Jun 2003 07:04:17 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 13 Jun 2003 07:04:17 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14382
  16.  
  17. This should be fixed in the current release.
  18. Please upgrade.
  19.  
  20.  
  21. In article <f270e7b1.0306121124.4e268ecd@posting.google.com>,
  22. mchamber <michel.chamberland@jtax.com> wrote:
  23. : Hi, I am trying to write a small script to download pages via a proxy
  24. : using the http protocol. Somehow though it seems that kermit is
  25. : ignoring the "SET TCP HTTP-PROXY 192.168.40.1:8080" command and tries
  26. : to connect directly to the host. As you can see from the output below
  27. : kermit says its trying to connect to the iternet address instead of
  28. : the 192.168.40.1 proxy. Any pointers would be greatly appreciated.
  29. : Sincerely,
  30. : mchamber
  31. : Here is the relevant part of the script:
  32. : <snip>
  33. : #!/usr/bin/kermit +
  34. : SET TCP HTTP-PROXY 192.168.40.1:8080
  35. : HTTP OPEN www.slashdot.org 80
  36. : http close
  37. : quit
  38. : </snip>
  39. : Here is the output of the script:
  40. : <snip>
  41. : C-Kermit 8.0.201, 8 Feb 2002, for Linux
  42. :  Numeric: 800201
  43. :  Type COPYRIGHT for copyright information.
  44. : SET TCP parameters:
  45. :  Reverse DNS lookup: off
  46. :  DNS Service Records lookup: off
  47. :  Keepalive: on
  48. :  Linger: off
  49. :  DontRoute: off
  50. :  Nodelay: off
  51. :  Send buffer: (default size)
  52. :  Receive buffer: (default size)
  53. :  address: (none)
  54. :  http-proxy: 192.168.40.1:8080
  55. :  DNS Lookup...  Trying 66.35.250.151... Failed: Connection timed out
  56. : ?HTTP Connection failed.
  57. : </snip>
  58.  
  59.  
  60. -- 
  61.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  62.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  63.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  64.  kermit-support@columbia.edu               OpenSSL.
  65.